|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.realtime.SchedulingParameters
javax.realtime.PriorityParameters
Instances of this class should be assigned to threads that are managed by
schedulers which use a single integer to determine execution order. The base
scheduler required by this specification and represented by
PriorityScheduler
is such
a scheduler.
Field Summary | |
protected int |
priority
The (base) priority of this object |
Constructor Summary | |
PriorityParameters(int priority)
Create an instance of PriorityParameters
with the given priority. |
Method Summary | |
int |
getPriority()
Gets the priority value. |
void |
setPriority(int priority)
Set the priority value. |
java.lang.String |
toString()
Converts the priority value to a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int priority
Constructor Detail |
public PriorityParameters(int priority)
PriorityParameters
with the given priority.
priority
- The priority assigned to schedulable objects that use
this parameter instance.Method Detail |
public int getPriority()
public void setPriority(int priority) throws java.lang.IllegalArgumentException
RealtimeThread.setSchedulingParameters(SchedulingParameters))
the base priority of those schedulable objects is altered as specified by
each schedulable object's scheduler.
priority
- The value to which priority is set.
java.lang.IllegalArgumentException
- Thrown if the given
priority value is incompatible with the scheduler for any of the
schedulable objects which are presently using this parameter object.public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |